<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
div,p{
	font-size: 16px;
}
img{
	max-width: 100%;
}
ul,li,p{
	list-style: none;
	margin: 0;
	padding: 0;
}

.index-section{
	padding: 80px 0;
	background-color: #ffffff;
}

.flex-cell{
	display: flex;
	align-items: center;
}
.flex_bd{
	flex: 1;
}
.site-head{
	position: relative;
	margin-bottom: 20px;
}
.site-head h3{
	font-size: 40px;
	color: #479d42;
	margin-top: 0;
}
.site-head p{
	color: #999999;
}
.honnerSwiper .swiper-wrapper{
	align-items: stretch;
}
.honnerSwiper .swiper-slide{
	height: auto;
	padding-bottom: 10px;
	min-height: 95%;
}
.h-pagination{
	text-align: center;
	margin-top: 20px;
}
.swiper-pagination-bullet{
	background-color: #ffffff;
}
.navbar-default{
	background-color: #ffffff;
	margin: 0;
	border: 0;
	height: 100px;
	z-index: 922;
}
.navbar-logo{
	display: block;
	padding: 10px 0;
}
.navbar-default .navbar-nav&gt;li&gt;a{
	position: relative;
	font-size: 17px;
	line-height: 40px;
	padding: 30px 40px;
	font-weight: bold;
}
.navbar-default .navbar-nav&gt;li&gt;a,
.navbar-default .navbar-nav&gt;li&gt;a:hover,
.navbar-default .navbar-nav&gt;li&gt;a:focus{
	color: #222222;
}
.navbar-default .navbar-nav&gt;.active&gt;a, .navbar-default .navbar-nav&gt;.active&gt;a:focus, .navbar-default .navbar-nav&gt;.active&gt;a:hover {
    color: #01509b;
    background-color: transparent;
}

.navbar-default .navbar-nav&gt;.active&gt;a::before{
	background-color: #01509b;
	height: 3px;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
}
.index{
	padding-top: 100px;
}

.sw-pagination{
	width: 100%;
	position: absolute;
	bottom: 20px;
	left: 0;
	z-index: 12;
	text-align: center;
}

.index-banner{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 660px;
}
.navbar-default .navbar-collapse{
	background-color: #fff;
	max-height: 100%;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form{
	border: 0;
}
.navbar-collapse{
	box-shadow:0 0 transparent
}
.navbar-default .navbar-toggle:hover {
    background-color: transparent;
	border-color: #0255a9;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #0255a9;
}
.navbar-default .navbar-toggle{
	border-color: #0255a9;
}
.index-banner{
	position: relative;
	overflow: hidden;
	display: flex;
	text-align: center;
	flex-direction: column;
	justify-content: center;
	color: #fff;
}
.sw-grid{
	position: relative;
	text-align: center;
	padding: 0 20px;
	color: #fff;
	z-index: 33;
	text-shadow: 0 0 5px rgba(0, 0, 0, .9);
}
.sw-grid h2{
	font-size: 44px;
}
.sw-grid p{
	font-size: 18px;
}





.bg-section{
	background-color: #f9f8f7;
}
.so-bar{
	background-color: #01509d;
	width: 100px;
	height: 100px;
	position: absolute;
	right: 20px;
	top: 0;
	overflow: hidden;
	display: flex;
	align-items: center;
	text-align: center;
	flex-direction: column;
	justify-content: center;
	color: #fff;
	cursor: pointer;
}
.so-bar .iconfont{
	font-size: 24px;
}
.site-head{
	text-align: center;
	font-weight: bold;
	margin-bottom: 50px;
}
.site-head h2{
	margin: 0;
	margin-bottom: 10px;
	font-size: 36px;
}
.site-head p{
	color: #d2d2d2;
	font-size: 30px;
}
.center-box{
	display: block;
	position: relative;
}
.center-box::after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #000000;
	opacity: .3;
}
.center-box .box-grid{
	position: absolute;
	z-index: 11;
	top: 0;
	left: 0;
	width: 100%;
	padding-top: 100px;
	transition: .3s all;
	text-align: center;
}
.center-box:hover .box-grid{
	transform: translateY(-20px);
}
.center-box .box-grid h3{
	font-size: 20px;
	color: #ffffff;
	margin-top: 80px;
}
.center-box .box-grid img{
	width: 80px;
}
.news-row li{
	padding: 0 20px;
}
.news-row .news-cell{
	padding: 40px 0;
	display: flex;
	align-items: center;
	color: #222222;
	transition: .3s all;
	border-bottom: 1px dashed #afafaf;
}
.news-row .news-cell:hover{
	transform: translateX(-15px);
}
.news-cell .news-left{
	margin-right: 15px;
	background-color: #f2f2f2;
	width: 100px;
	height: 100px;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}
.news-left .day{
	font-size: 24px;
}
.news-left .month{
	color: #999999;
}
.news-row .news-cell h3{
	margin-top: 0;
	font-size: 20px;
}
.news-row .news-cell:hover h3{
	color: #004ca0;
}
.news-row .news-cell p{
	color: #999999;
}
.footer{
	background-color: #293134;
	color: #ffffff;
}
.foot-bar{
	background-color: #1e2629;
	text-align: center;
	padding: 20px 15px;
	border-top: 1px solid #2b3034;
	color: #cecccf;
}
.foot-bar a{
	color: #cecccf;
}
.foot-main{
	display: flex;
	padding: 60px 0;
}
.foot-navs{
	display: flex;
}
.foot-nav{
	margin-right: 80px;
}
.foot-nav h2{
	font-size: 16px;
}
.foot-nav li{
	padding: 5px 0;
}
.foot-nav li a{
	color: #cecccf;
}
.about-panel .site-head{
	text-align: left;
}
.site-head h5{
	font-size: 14px;
}
.about-body{
	margin-bottom: 40px;
}
.about-panel .site-head::before{
	width: 3px;
	height: 100%;
	background-color: #0255a9;
	content: '';
	position: absolute;
	left: -20px;
	top: 0;
}
.about-pic{
	position: relative;
	transition: .3s all;
}
.about-pic:hover{
	transform: translateY(-20px);
}
.about-pic::before{
	width: 100%;
	height: 100%;
	background-color: #0255a9;
	content: '';
	position: absolute;
	top: 40px;
	right: 40px;
	left: -40px;
	bottom: -40px;
}
.about-pic img{
	position: relative;
	z-index: 2;
}
.modal-body-search{
	padding:40px;
}
.dropdown-menu li{
	border-bottom: 1px solid #efefef;
}




@media (min-width:1200px) {
	.about-cell{
		display: flex;
		align-items: center;
		flex-direction: row-reverse;
	}
	.about-pic{
		margin-left: 90px;
	}
	.navbar-default .navbar-nav&gt;li:hover .dropdown-menu{
		display: block;
	}
	.navbar-default .navbar-nav&gt;li:hover&gt;a::after {
		background-color: #01509b;
		height: 3px;
		width: 100%;
		position: absolute;
		left: 0;
		bottom: 0;
		content: '';
	}
}
@media (min-width:1400px) {
	.container{
		width: 1400px;
	}
	.navbar-nav{
		padding: 0 200px;
	}
	.s-box{
	    width: 20%;
	}
}
@media (max-width:992px) {
	.navbar-default .navbar-nav&gt;li&gt;a{
		padding: 10px 40px;
	}
	.foot-main{
		display: block;
		padding: 40px 10px;
	}
	.foot-wx{
		text-align: center;
	}
	.foot-navs{
		flex-wrap: wrap;
	}
	.foot-nav{
		width: 33.33%;
		margin-bottom: 20px;
		margin-right: 0;
	}
	.foot-nav:last-child{
		width: 100%;
	}
	.index{
		padding-top:60px;
	}
	.navbar-default{
		height: 60px;
	}
	.navbar-logo{
		margin-left: 10px;
	}
	.navbar-logo img{
        width: 72%;
    }
	/*.navbar-logo img{
		width: 60px;
	}*/
	.so-bar {
		right:80px;
		width: 80px;
		height: 80px;
		background-color: transparent;
		color: #222222;
	}
	.navbar-toggle{
		margin: 15px 15px;
		padding: 7px 9px;
	}
	.container-fluid{
	    width: 100%;
        margin: 0px;
        padding: 0;
	}
	.row img{
	     margin-top: 60px;
	}

	
	
	
	
	
	
	
}
@media (max-width:765px) {
    .so-bar{display:none;}
	.honnerSwiper .swiper-slide{
		width: 290px;
	}
	.index-banner{
		height: 440px;
	}
	.site-head{
		margin-left: 20px;
	}
	.about-pic{
		margin-left: 40px;
	}
	.about-panel{
		margin-top: 100px;
	}
	.news-row .news-cell p{
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		/* autoprefixer: off */
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		word-break: break-all;
	}
	
	
	
	
	
	
}


















</pre></body></html>